Intersoft ClientUI Documentation
GetPropertyString(DependencyObject,String,CultureInfo,Object[]) Method



The dependency object of which the Resource is attached.
The property name of which value to retrieve.
Culture used in localization.
One or more values to be formatted when the text is being localized.
Gets the property value of the Resource attached to the dependency object.
Syntax
Public Overloads Shared Function GetPropertyString( _
   ByVal obj As DependencyObject, _
   ByVal propertyName As String, _
   ByVal culture As CultureInfo, _
   ByVal ParamArray converterValues() As Object _
) As String
Dim obj As DependencyObject
Dim propertyName As String
Dim culture As CultureInfo
Dim converterValues() As Object
Dim value As String
 
value = LocalizationManager.GetPropertyString(obj, propertyName, culture, converterValues)
public static string GetPropertyString( 
   DependencyObject obj,
   string propertyName,
   CultureInfo culture,
   params object[] converterValues
)
public:
static String^ GetPropertyString( 
   DependencyObject^ obj,
   String^ propertyName,
   CultureInfo^ culture,
   ... array<Object^>^ converterValues
) 

Parameters

obj
The dependency object of which the Resource is attached.
propertyName
The property name of which value to retrieve.
culture
Culture used in localization.
converterValues
One or more values to be formatted when the text is being localized.

Return Value

A string value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LocalizationManager Class
LocalizationManager Members
Overload List

Send Feedback